DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1GroupDataCollection<S>)
    In This Topic
    Gets the group descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property GroupDescriptions As IReadOnlyList(Of GroupDescription)
    public override IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also